![]() |
YNQ
YNQ-1.5.0
|
Macros | |
| #define | CM_NB_GROUP 0x80 |
| #define | CM_NB_UNIQUE 0x40 |
| #define | CM_NB_POSTFIX_WORKSTATION 0x0 |
| #define | CM_NB_POSTFIX_SERVER 0x20 |
| #define | CM_NB_POSTFIX_DOMAINMASTERBROWSER 0x1b |
| #define | CM_NB_POSTFIX_DOMAINCONTROLLER 0x1c |
| #define | CM_NB_POSTFIX_MASTERBROWSER 0x1d |
Functions | |
| NQ_STATUS | nqRegisterNetBiosName (const NQ_CHAR *name) |
| NQ_STATUS | nqReleaseNetBiosName (const NQ_CHAR *name) |
| NQ_STATUS | nqRegisterNetBiosNameEx (const NQ_CHAR *name, const NQ_BYTE flags) |
| NQ_STATUS | nqReleaseNetBiosNameEx (const NQ_CHAR *name, const NQ_BYTE flags) |
| #define CM_NB_GROUP 0x80 |
| #define CM_NB_UNIQUE 0x40 |
| #define CM_NB_POSTFIX_WORKSTATION 0x0 |
| #define CM_NB_POSTFIX_SERVER 0x20 |
| #define CM_NB_POSTFIX_DOMAINMASTERBROWSER 0x1b |
| #define CM_NB_POSTFIX_DOMAINCONTROLLER 0x1c |
| #define CM_NB_POSTFIX_MASTERBROWSER 0x1d |
This function is called to register an abstract NetBIOS name. An abstract name is registered in addition to the host name and is served as its alias.
| name | Pointer to the name to register as a NetBIOS name. |
This function is called to unregister an abstract NetBIOS name.
| name | Pointer to the name to release as a NetBIOS name. |
This function is called to register an abstract NetBIOS name. An abstract name is registered in addition to the host name and is served as its alias. This is an extended version of nqRegisterNetBiosName().
| name | Pointer to the name to register as a NetBIOS name. |
| flags | Combination of flags to designate unique or group name and postfix (e.g. CM_NB_UNIQUE|CM_NB_POSTFIX_SERVER) |
This function is called to unregister an abstract NetBIOS name. This is an extended version of nqReleaseNetBiosName().
| name | Pointer to the name to release as a NetBIOS name. |
| flags | Combination of flags to designate unique or group name and postfix (e.g. CM_NB_UNIQUE|CM_NB_POSTFIX_SERVER) |